home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 25 / Cream of the Crop 25.iso / bbs / hunt103.zip / HUNT.ZIP / HLOCS / HHARD.LOC < prev    next >
Text File  |  1996-01-01  |  10KB  |  273 lines

  1. // BASIC MAP LAYOUT  (HEASY.ORG)
  2. // NOTES ON FORMAT:
  3. //   No line should be longer than 120 characters in length anywhere in here
  4. //   Standard ANSI color and graphics are allowed in location descriptions
  5. //   NAME <...> at the top of this file is currently not being used
  6. //   Start and end each location with BEGIN/END_LOCATION
  7. //   TYPE refers to the type of map location this is: STD, SHOP, etc.
  8. //    - After TYPE, leave a blank space, then the one word map location type
  9. //   FILE is used if a map location needs a file (ie: a shop needs a list)
  10. //    - If the type requires a file, the filename follows after a blank
  11. //   Start and end each description with BEGIN/END_DESCRIPTION
  12. //    - Everything between the start and end is displayed as is
  13. //    - To have ANSI gfx and color, just use standard ANSI format
  14. //    - Terminate each line with a standard C/R (\n); don't go past 80 columns
  15. //   DIRECTIONS: Start and end each direction list with BEGIN/END_DIRECTION
  16. //    - The first character on each line represents the "direction" available
  17. //    - There should be a space followed by the a file-name and another space
  18. //    - The file-name should be that of another file like this one containing
  19. //        the description of the area a player is currently at
  20. //    - The file-name must be one word only, CAPS aren't a must but I use 'em
  21. //    - The rest of the line is the location corresponding with that direction
  22. //    - Spaces are allowed in the location name
  23.  
  24. NAME HMEDIAN
  25. //---------------------------------------------------------------------------
  26. BEGIN_LOCATION Hard Drive
  27. TYPE STD
  28. MAP HHARD.MAP
  29.  
  30. BEGIN_DESCRIPTION
  31.    This area is dark and especially dreary looking.  The streets and buildings
  32. are dead, but it feels as if a thousand eyes are peering at you.  Occasionally
  33. a scream or shout can be heard in the distance.
  34.    To the [N]orth a city gate can take you back within the city walls.  Hard
  35. Drive runs [E]ast towards some shops that still appear open and a huge crater
  36. in the road.  It also runs [W]est towards more buildings and streets.  Also,
  37. Expert Street starts here and runs [S]outh deep into the city center.
  38. END_DESCRIPTION
  39.  
  40. BEGIN_DIRECTIONS
  41. [E]ast  - HHARD East Hard Drive
  42. [W]est  - HHARD West Hard Drive
  43. [S]outh 7 HNEXPERT North Expert Street
  44. [N]orth - HWALL North Wall
  45. END_DIRECTIONS
  46.  
  47. BEGIN_ENCOUNTER
  48. PROB 5
  49. LIST HHARD.NPC
  50. END_ENCOUNTER
  51.  
  52. END_LOCATION Hard Drive
  53.  
  54. //---------------------------------------------------------------------------
  55. BEGIN_LOCATION West Hard Drive
  56. TYPE STD
  57. MAP HHARD.MAP
  58.  
  59. BEGIN_DESCRIPTION
  60.    Dark abandoned and burnt-out buildings surround you here.  This used to be
  61. a nice section of the city; now you can hardly tell.
  62.    Hard Drive runs [E]astwards toward the North Wall City Gate and some more
  63. run-down shops and buildings.  It also runs [W]est to a subway station for
  64. this section of city.  There's also a road called "Freemont Way" running
  65. [S]outh from here for a short ways.
  66. END_DESCRIPTION
  67.  
  68. BEGIN_DIRECTIONS
  69. [E]ast  - HHARD Hard Drive
  70. [W]est  - HHARD Hard Drive Subway Entrance
  71. [S]outh - HHARD Freemont Way
  72. END_DIRECTIONS
  73.  
  74. BEGIN_ENCOUNTER
  75. PROB 30
  76. LIST HHARD.NPC
  77. END_ENCOUNTER
  78.  
  79. END_LOCATION West Hard Drive
  80.  
  81. //---------------------------------------------------------------------------
  82. BEGIN_LOCATION Hard Drive Subway Entrance
  83. TYPE STD
  84. DEFAULT R
  85. MAP HHARD.MAP
  86.  
  87. BEGIN_DESCRIPTION
  88.    You're standing at the end of Hard Drive next to its Subway Station.
  89. Originally, the street level building was made mostly of hard plexiglass, but
  90. it's now almost entirely smashed out or shot out.  Everywhere you look, the
  91. ground around and inside the building is covered in glass.
  92.    Two large, smashed glass [D]oors open onto a staircase leading down into
  93. the station's darkness.  Hard Drive continues [E]astwards from here.  Also,
  94. the Median Parkway begins and runs [S]outh from here.
  95. END_DESCRIPTION
  96.  
  97. BEGIN_DIRECTIONS
  98. [D]own  - HHARD Hard Drive Subway Tracks
  99. [E]ast  - HHARD West Hard Drive
  100. [S]outh 3 HMEDIAN Far North Median Parkway
  101. END_DIRECTIONS
  102.  
  103. BEGIN_ENCOUNTER
  104. PROB 30
  105. LIST HHARD.NPC
  106. END_ENCOUNTER
  107.  
  108. END_LOCATION Hard Drive Subway Entrance
  109.  
  110. //---------------------------------------------------------------------------
  111. BEGIN_LOCATION Hard Drive Subway Tracks
  112. TYPE STD
  113. DEFAULT R
  114. MAP HHARD.MAP
  115.  
  116. BEGIN_DESCRIPTION
  117.    The Hard Drive Subway Station is currently closed.  Descending a huge
  118. garbage-strewn staircase brought you down to track level where the cars would
  119. stop.  The lights are out and it's pitch black except for your own small
  120. hand-light.
  121.    Jumping a turnstile leaves you in a large empty area next to the subway
  122. tracks.  It's dirty and smells like sweat and excrement.  Some people have
  123. been making this area their home.
  124.    You wait for the train for awhile but it never appears.  You never even
  125. hear it in fact.  Also, no one shows their face down here.  It's dark and
  126. doesn't look very promising, but you can venture [E]ast or [W]est into the
  127. blackness of the Subway tunnels.  There doesn't appear to be anywhere else to
  128. go except to [R]eturn to the street by walking back up the stairs.
  129. END_DESCRIPTION
  130.  
  131. BEGIN_DIRECTIONS
  132. [E]ast   - HHARD Lost in the Tunnels
  133. [W]est   - HHARD Lost in the Tunnels
  134. [R]eturn - HHARD Hard Drive Subway Entrance
  135. END_DIRECTIONS
  136.  
  137. END_LOCATION Hard Drive Subway Tracks
  138.  
  139. //---------------------------------------------------------------------------
  140. BEGIN_LOCATION Lost in the Tunnels
  141. TYPE STD
  142.  
  143. BEGIN_DESCRIPTION
  144.    The Subway tunnels are completely black.  The only light down here comes
  145. from your small hand-light.  The tunnels are long, windy and full of alcoves.
  146. You've only walked a short distance into the tunnels and already you're
  147. completely lost.
  148.    From where you stand, you can go off in any direction.  None of them look
  149. any better than any others.
  150. END_DESCRIPTION
  151.  
  152. BEGIN_SECRET_TEXT
  153.    You suddenly spot a hatch in the floor beneath you!  Opening it up reveals
  154. a staircase down into the darkness.  Boldy you start down the steps...
  155. END_SECRET_TEXT
  156.  
  157. BEGIN_DIRECTIONS
  158. [E]ast   - HHARD Hard Drive Subway Tracks
  159. [W]est   - HHARD Hard Drive Subway Tracks
  160. [N]orth  - HHARD Hard Drive Subway Tracks
  161. [S]outh  - HHARD Hard Drive Subway Tracks
  162. [D]own   S HHARD Small Underground Room
  163. END_DIRECTIONS
  164.  
  165. END_LOCATION Lost in the Tunnels
  166.  
  167. //---------------------------------------------------------------------------
  168. BEGIN_LOCATION Small Underground Room
  169. TYPE STD
  170.  
  171. BEGIN_DESCRIPTION
  172.    Hi.  Welcome to the Creator Control Room.  I guess I could have made it
  173. harder to find than this.  Oh well.  This is just where I hang out and watch
  174. y'all from.  I'd prefer if you didn't kill me.  I'll just have to walk all the
  175. way back here again from the City Wall Healing Center.  It'd just be a pain,
  176. and I have nothing worth killing for anyway.
  177. END_DESCRIPTION
  178.  
  179. BEGIN_DIRECTIONS
  180. [R]eturn - HHARD Lost in the Tunnels
  181. END_DIRECTIONS
  182.  
  183. END_LOCATION Small Underground Room
  184.  
  185. //---------------------------------------------------------------------------
  186. BEGIN_LOCATION Freemont Way
  187. TYPE STD
  188. MAP HHARD.MAP
  189.  
  190. BEGIN_DESCRIPTION
  191.    You are standing on a short street called Freemont Way.  Large abandoned
  192. buildings surround you, but the only one of note is a [B]uilding on the west-
  193. side of the road.  The building has no signs on the front, which is itself a
  194. bit odd.  Looking at it's doors and windows, occasionally you think you see
  195. something move, but it's difficult to say for sure.
  196.    Freemont Way stops at this cul-de-sac here.  The only other route to go is
  197. [N]orth back to the west side of Hard Drive.
  198. END_DESCRIPTION
  199.  
  200. BEGIN_DIRECTIONS
  201. [B]uilding - HBIOMED Bio-Med Laboratory Entrance
  202. [N]orth    - HHARD West Hard Drive
  203. END_DIRECTIONS
  204.  
  205. BEGIN_ENCOUNTER
  206. PROB 30
  207. LIST HHARD.NPC
  208. END_ENCOUNTER
  209.  
  210. END_LOCATION Freemont Way
  211.  
  212. //---------------------------------------------------------------------------
  213. BEGIN_LOCATION East Hard Drive
  214. TYPE STD
  215. MAP HHARD.MAP
  216.  
  217. BEGIN_DESCRIPTION
  218.    This stretch of Hard Drive used to be home to several small shops.  They're
  219. now mostly ransacked and destroyed except for one that's apparently been kept
  220. up.  "Luke's Lasers" [A]rmoury is the only shop left here.  It looks fairly
  221. quite inside.
  222.    Hard Drive continues both [E]ast and [W]est from here.  East heads towards
  223. some huge crater in the ground and west will bring you to the North Wall City
  224. Gate.
  225. END_DESCRIPTION
  226.  
  227. BEGIN_DIRECTIONS
  228. [A]rmoury - HSHOP Luke's Lasers
  229. [E]ast    - HHARD Hard Drive Crater
  230. [W]est    - HHARD Hard Drive
  231. END_DIRECTIONS
  232.  
  233. BEGIN_ENCOUNTER
  234. PROB 30
  235. LIST HHARD.NPC
  236. END_ENCOUNTER
  237.  
  238. END_LOCATION East Hard Drive
  239.  
  240. //---------------------------------------------------------------------------
  241. BEGIN_LOCATION Hard Drive Crater
  242. TYPE STD
  243. MAP HHARD.MAP
  244.  
  245. BEGIN_DESCRIPTION
  246.    You are standing on the far east side of Hard Drive.  This area took some
  247. heavy bomb damage from something.  A massive crater completely severs the road
  248. here.  Looking down inside it, you can see some abandoned vehicles partially
  249. submerged in water filling the bottom.
  250.    The surrounding buildings have taken massive bomb-damage from the explosion.
  251. All of windows are smashed out and the paint is blackened all-over.
  252.    Oddly you notice a small, almost out of place, [B]uilding here.  A huge
  253. sign fastened to this low, but sturdy looking building proclaims it as the
  254. "Hard Drive Fall-Out Shelter".  The doors have been smashed in so entrance
  255. should be relatively easy.
  256.    The crater in the road completely cuts off access further eastwards.  Hard
  257. Drive continues [W]est from here towards some shops and the City Wall Gate
  258. without major impedence.
  259. END_DESCRIPTION
  260.  
  261. BEGIN_DIRECTIONS
  262. [B]uilding - HFALLOUT Fall-Out Shelter Entrance
  263. [W]est     - HHARD East Hard Drive
  264. END_DIRECTIONS
  265.  
  266. BEGIN_ENCOUNTER
  267. PROB 30
  268. LIST HHARD.NPC
  269. END_ENCOUNTER
  270.  
  271. END_LOCATION Hard Drive Crater
  272.  
  273.